home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TSELSESSIONFORM / TSELSESSIONFORM.txt
Text File  |  2006-03-23  |  6KB  |  281 lines

  1. object SelSessionForm: TSelSessionForm
  2.   Left = 379
  3.   Top = 251
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select session'
  7.   ClientHeight = 277
  8.   ClientWidth = 362
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     362
  20.     277)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnNext: TButton
  24.     Left = 281
  25.     Top = 245
  26.     Width = 75
  27.     Height = 25
  28.     Action = aFormState
  29.     Anchors = [akBottom]
  30.     Default = True
  31.     TabOrder = 0
  32.   end
  33.   object gbSessionList: TGroupBox
  34.     Left = 6
  35.     Top = 1
  36.     Width = 350
  37.     Height = 120
  38.     Caption = ' List of existing sessions: '
  39.     TabOrder = 2
  40.     object lvSessionList: TListView
  41.       Left = 9
  42.       Top = 16
  43.       Width = 332
  44.       Height = 95
  45.       Columns = <
  46.         item
  47.           AutoSize = True
  48.           Caption = 'Session'
  49.           MaxWidth = 140
  50.           MinWidth = 140
  51.         end
  52.         item
  53.           Alignment = taRightJustify
  54.           Caption = 'Start'
  55.           MaxWidth = 75
  56.           MinWidth = 75
  57.           Width = 75
  58.         end
  59.         item
  60.           Alignment = taRightJustify
  61.           Caption = 'Size'
  62.           MaxWidth = 90
  63.           MinWidth = 90
  64.           Width = 90
  65.         end>
  66.       ColumnClick = False
  67.       HideSelection = False
  68.       ReadOnly = True
  69.       RowSelect = True
  70.       TabOrder = 0
  71.       ViewStyle = vsReport
  72.       OnMouseUp = lvSessionListMouseUp
  73.     end
  74.   end
  75.   object btnCansel: TButton
  76.     Left = 187
  77.     Top = 245
  78.     Width = 75
  79.     Height = 25
  80.     Anchors = [akBottom]
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.   end
  86.   object gb_DiskInfo: TGroupBox
  87.     Left = 8
  88.     Top = 175
  89.     Width = 350
  90.     Height = 63
  91.     Anchors = [akBottom]
  92.     Caption = ' Disk info: '
  93.     TabOrder = 3
  94.     object EmptySizePanel: TPanel
  95.       Left = 181
  96.       Top = 14
  97.       Width = 160
  98.       Height = 20
  99.       BevelOuter = bvLowered
  100.       TabOrder = 0
  101.       object EmptySizeInfo: TLabel
  102.         Left = 1
  103.         Top = 1
  104.         Width = 158
  105.         Height = 18
  106.         Align = alClient
  107.         Alignment = taCenter
  108.         Caption = '  -- --'
  109.         Layout = tlCenter
  110.       end
  111.     end
  112.     object DiskSizePanel: TPanel
  113.       Left = 9
  114.       Top = 14
  115.       Width = 160
  116.       Height = 20
  117.       BevelOuter = bvLowered
  118.       Caption = 'Panel1'
  119.       TabOrder = 1
  120.       object DiskSize: TLabel
  121.         Left = 1
  122.         Top = 1
  123.         Width = 158
  124.         Height = 18
  125.         Align = alClient
  126.         Alignment = taCenter
  127.         Caption = '  -- --'
  128.         Layout = tlCenter
  129.       end
  130.     end
  131.     object MediumTypePanel: TPanel
  132.       Left = 9
  133.       Top = 35
  134.       Width = 160
  135.       Height = 20
  136.       BevelOuter = bvLowered
  137.       TabOrder = 2
  138.       object MediumType: TLabel
  139.         Left = 1
  140.         Top = 1
  141.         Width = 158
  142.         Height = 18
  143.         Align = alClient
  144.         Alignment = taCenter
  145.         Caption = '  -- --'
  146.         Layout = tlCenter
  147.       end
  148.     end
  149.     object UsedSpacePanel: TPanel
  150.       Left = 181
  151.       Top = 35
  152.       Width = 160
  153.       Height = 20
  154.       BevelOuter = bvLowered
  155.       TabOrder = 3
  156.       object UsedSpace: TLabel
  157.         Left = 1
  158.         Top = 1
  159.         Width = 158
  160.         Height = 18
  161.         Align = alClient
  162.         Alignment = taCenter
  163.         Caption = '  -- --'
  164.         Layout = tlCenter
  165.       end
  166.     end
  167.   end
  168.   object m_gbDrives: TGroupBox
  169.     Left = 8
  170.     Top = 125
  171.     Width = 350
  172.     Height = 46
  173.     Anchors = [akBottom]
  174.     Caption = ' Drive: '
  175.     TabOrder = 4
  176.     object cbDrives: TComboBox
  177.       Left = 8
  178.       Top = 16
  179.       Width = 333
  180.       Height = 21
  181.       Style = csDropDownList
  182.       ItemHeight = 13
  183.       TabOrder = 0
  184.       OnSelect = cbDrivesSelect
  185.     end
  186.   end
  187.   object btnRefresh: TButton
  188.     Left = 95
  189.     Top = 245
  190.     Width = 75
  191.     Height = 25
  192.     Caption = 'Refresh'
  193.     TabOrder = 5
  194.     OnClick = btnRefreshClick
  195.   end
  196.   object alStatus: TActionList
  197.     Left = 8
  198.     Top = 244
  199.     object aFormState: TAction
  200.       Caption = 'Import'
  201.       OnExecute = btnNextClick
  202.       OnUpdate = aFormStateUpdate
  203.     end
  204.   end
  205.   object MCDBurner: TMCDBurner
  206.     DeviceBufferSize = 0
  207.     DeviceFreeBufferSize = 0
  208.     UnderrunProtection = True
  209.     DoDebug = True
  210.     ReadSpeed = 0
  211.     WriteSpeed = 0
  212.     FinalizeDisc = False
  213.     TestWrite = False
  214.     ReplaceFile = False
  215.     PerformOPC = False
  216.     CacheSize = 4194304
  217.     Version = '1.21'
  218.     WritePostGap = True
  219.     Left = 40
  220.     Top = 244
  221.   end
  222.   object smlFormLangRes: TsmlFormLangRes
  223.     LangFileName = 'DefLang.ini'
  224.     IgnoreEmptyString = False
  225.     AutoCreateMode = True
  226.     AddBracket = True
  227.     StringProperties.Strings = (
  228.       'Caption')
  229.     StringsProperties.Strings = (
  230.       'Tabs'
  231.       'Items')
  232.     IgnoreControls.Strings = (
  233.       'EmptySizePanel'
  234.       'MediumTypePanel'
  235.       'DiskSizePanel'
  236.       'UsedSpacePanel'
  237.       'cbDrives'
  238.       'EmptySizeInfo'
  239.       'DiskSize'
  240.       'MediumType'
  241.       'UsedSpace'
  242.       'btnNext')
  243.     IgnoreFormCaption = False
  244.     IncludeListViewItems = False
  245.     IncludeListViewHead = True
  246.     IncludeTreeViewItems = False
  247.     Active = False
  248.     Left = 24
  249.     Top = 32
  250.   end
  251.   object smlMsgLangRes: TsmlMsgLangRes
  252.     LangFileName = 'DefLang.ini'
  253.     IgnoreEmptyString = True
  254.     AutoCreateMode = True
  255.     AddBracket = True
  256.     MsgList.Strings = (
  257.       'Str0=ASPI initialisation error'
  258.       'Str1=Error'
  259.       
  260.         'Str2=The selected drive is unable to burn CD/DVDs. Please select' +
  261.         ' another one.'
  262.       
  263.         'Str3=Drive is busy. Wait until it is free or select another driv' +
  264.         'e.'
  265.       
  266.         'Str4=Drive is not ready. It is possibly busy or disc is not inse' +
  267.         'rted.'
  268.       'Str5=Unable to extract sessions information'
  269.       'Str6=Free'
  270.       'Str7=Full capacity'
  271.       'Str8=Used'
  272.       'Str9=Medium type'
  273.       'Str10=Not enough space to continue session.'
  274.       'Str11=Medium in drive is empty'
  275.       'Str12=Session')
  276.     Active = False
  277.     Left = 56
  278.     Top = 32
  279.   end
  280. end
  281.